func internal/runtime/maps.typeString

2 uses

	internal/runtime/maps (current package)
		map.go#L896: func (e unhashableTypeError) Error() string { return "hash of unhashable type: " + typeString(e.typ) }
		map.go#L901: func typeString(typ *abi.Type) string